Raspberry Pi /RP2040 /I2C0 /IC_RAW_INTR_STAT

Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text

Interpret as IC_RAW_INTR_STAT

31 2827 2423 2019 1615 1211 87 43 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 (INACTIVE)RX_UNDER 0 (INACTIVE)RX_OVER 0 (INACTIVE)RX_FULL 0 (INACTIVE)TX_OVER 0 (INACTIVE)TX_EMPTY 0 (INACTIVE)RD_REQ 0 (INACTIVE)TX_ABRT 0 (INACTIVE)RX_DONE 0 (INACTIVE)ACTIVITY 0 (INACTIVE)STOP_DET 0 (INACTIVE)START_DET 0 (INACTIVE)GEN_CALL 0 (INACTIVE)RESTART_DET 0 (INACTIVE)MASTER_ON_HOLD

RD_REQ=INACTIVE, RESTART_DET=INACTIVE, START_DET=INACTIVE, TX_OVER=INACTIVE, RX_FULL=INACTIVE, RX_OVER=INACTIVE, MASTER_ON_HOLD=INACTIVE, TX_ABRT=INACTIVE, RX_DONE=INACTIVE, RX_UNDER=INACTIVE, GEN_CALL=INACTIVE, ACTIVITY=INACTIVE, STOP_DET=INACTIVE, TX_EMPTY=INACTIVE

Description

I2C Raw Interrupt Status Register

Unlike the IC_INTR_STAT register, these bits are not masked so they always show the true status of the DW_apb_i2c.

Fields

RX_UNDER

Set if the processor attempts to read the receive buffer when it is empty by reading from the IC_DATA_CMD register. If the module is disabled (IC_ENABLE[0]=0), this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.

Reset value: 0x0

0 (INACTIVE): RX_UNDER interrupt is inactive

1 (ACTIVE): RX_UNDER interrupt is active

RX_OVER

Set if the receive buffer is completely filled to IC_RX_BUFFER_DEPTH and an additional byte is received from an external I2C device. The DW_apb_i2c acknowledges this, but any data bytes received after the FIFO is full are lost. If the module is disabled (IC_ENABLE[0]=0), this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.

Note: If bit 9 of the IC_CON register (RX_FIFO_FULL_HLD_CTRL) is programmed to HIGH, then the RX_OVER interrupt never occurs, because the Rx FIFO never overflows.

Reset value: 0x0

0 (INACTIVE): RX_OVER interrupt is inactive

1 (ACTIVE): RX_OVER interrupt is active

RX_FULL

Set when the receive buffer reaches or goes above the RX_TL threshold in the IC_RX_TL register. It is automatically cleared by hardware when buffer level goes below the threshold. If the module is disabled (IC_ENABLE[0]=0), the RX FIFO is flushed and held in reset; therefore the RX FIFO is not full. So this bit is cleared once the IC_ENABLE bit 0 is programmed with a 0, regardless of the activity that continues.

Reset value: 0x0

0 (INACTIVE): RX_FULL interrupt is inactive

1 (ACTIVE): RX_FULL interrupt is active

TX_OVER

Set during transmit if the transmit buffer is filled to IC_TX_BUFFER_DEPTH and the processor attempts to issue another I2C command by writing to the IC_DATA_CMD register. When the module is disabled, this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.

Reset value: 0x0

0 (INACTIVE): TX_OVER interrupt is inactive

1 (ACTIVE): TX_OVER interrupt is active

TX_EMPTY

The behavior of the TX_EMPTY interrupt status differs based on the TX_EMPTY_CTRL selection in the IC_CON register. - When TX_EMPTY_CTRL = 0: This bit is set to 1 when the transmit buffer is at or below the threshold value set in the IC_TX_TL register. - When TX_EMPTY_CTRL = 1: This bit is set to 1 when the transmit buffer is at or below the threshold value set in the IC_TX_TL register and the transmission of the address/data from the internal shift register for the most recently popped command is completed. It is automatically cleared by hardware when the buffer level goes above the threshold. When IC_ENABLE[0] is set to 0, the TX FIFO is flushed and held in reset. There the TX FIFO looks like it has no data within it, so this bit is set to 1, provided there is activity in the master or slave state machines. When there is no longer any activity, then with ic_en=0, this bit is set to 0.

Reset value: 0x0.

0 (INACTIVE): TX_EMPTY interrupt is inactive

1 (ACTIVE): TX_EMPTY interrupt is active

RD_REQ

This bit is set to 1 when DW_apb_i2c is acting as a slave and another I2C master is attempting to read data from DW_apb_i2c. The DW_apb_i2c holds the I2C bus in a wait state (SCL=0) until this interrupt is serviced, which means that the slave has been addressed by a remote master that is asking for data to be transferred. The processor must respond to this interrupt and then write the requested data to the IC_DATA_CMD register. This bit is set to 0 just after the processor reads the IC_CLR_RD_REQ register.

Reset value: 0x0

0 (INACTIVE): RD_REQ interrupt is inactive

1 (ACTIVE): RD_REQ interrupt is active

TX_ABRT

This bit indicates if DW_apb_i2c, as an I2C transmitter, is unable to complete the intended actions on the contents of the transmit FIFO. This situation can occur both as an I2C master or an I2C slave, and is referred to as a ‘transmit abort’. When this bit is set to 1, the IC_TX_ABRT_SOURCE register indicates the reason why the transmit abort takes places.

Note: The DW_apb_i2c flushes/resets/empties the TX_FIFO and RX_FIFO whenever there is a transmit abort caused by any of the events tracked by the IC_TX_ABRT_SOURCE register. The FIFOs remains in this flushed state until the register IC_CLR_TX_ABRT is read. Once this read is performed, the Tx FIFO is then ready to accept more data bytes from the APB interface.

Reset value: 0x0

0 (INACTIVE): TX_ABRT interrupt is inactive

1 (ACTIVE): TX_ABRT interrupt is active

RX_DONE

When the DW_apb_i2c is acting as a slave-transmitter, this bit is set to 1 if the master does not acknowledge a transmitted byte. This occurs on the last byte of the transmission, indicating that the transmission is done.

Reset value: 0x0

0 (INACTIVE): RX_DONE interrupt is inactive

1 (ACTIVE): RX_DONE interrupt is active

ACTIVITY

This bit captures DW_apb_i2c activity and stays set until it is cleared. There are four ways to clear it: - Disabling the DW_apb_i2c - Reading the IC_CLR_ACTIVITY register - Reading the IC_CLR_INTR register - System reset Once this bit is set, it stays set unless one of the four methods is used to clear it. Even if the DW_apb_i2c module is idle, this bit remains set until cleared, indicating that there was activity on the bus.

Reset value: 0x0

0 (INACTIVE): RAW_INTR_ACTIVITY interrupt is inactive

1 (ACTIVE): RAW_INTR_ACTIVITY interrupt is active

STOP_DET

Indicates whether a STOP condition has occurred on the I2C interface regardless of whether DW_apb_i2c is operating in slave or master mode.

In Slave Mode: - If IC_CON[7]=1’b1 (STOP_DET_IFADDRESSED), the STOP_DET interrupt will be issued only if slave is addressed. Note: During a general call address, this slave does not issue a STOP_DET interrupt if STOP_DET_IF_ADDRESSED=1’b1, even if the slave responds to the general call address by generating ACK. The STOP_DET interrupt is generated only when the transmitted address matches the slave address (SAR). - If IC_CON[7]=1’b0 (STOP_DET_IFADDRESSED), the STOP_DET interrupt is issued irrespective of whether it is being addressed. In Master Mode: - If IC_CON[10]=1’b1 (STOP_DET_IF_MASTER_ACTIVE),the STOP_DET interrupt will be issued only if Master is active. - If IC_CON[10]=1’b0 (STOP_DET_IFADDRESSED),the STOP_DET interrupt will be issued irrespective of whether master is active or not. Reset value: 0x0

0 (INACTIVE): STOP_DET interrupt is inactive

1 (ACTIVE): STOP_DET interrupt is active

START_DET

Indicates whether a START or RESTART condition has occurred on the I2C interface regardless of whether DW_apb_i2c is operating in slave or master mode.

Reset value: 0x0

0 (INACTIVE): START_DET interrupt is inactive

1 (ACTIVE): START_DET interrupt is active

GEN_CALL

Set only when a General Call address is received and it is acknowledged. It stays set until it is cleared either by disabling DW_apb_i2c or when the CPU reads bit 0 of the IC_CLR_GEN_CALL register. DW_apb_i2c stores the received data in the Rx buffer.

Reset value: 0x0

0 (INACTIVE): GEN_CALL interrupt is inactive

1 (ACTIVE): GEN_CALL interrupt is active

RESTART_DET

Indicates whether a RESTART condition has occurred on the I2C interface when DW_apb_i2c is operating in Slave mode and the slave is being addressed. Enabled only when IC_SLV_RESTART_DET_EN=1.

Note: However, in high-speed mode or during a START BYTE transfer, the RESTART comes before the address field as per the I2C protocol. In this case, the slave is not the addressed slave when the RESTART is issued, therefore DW_apb_i2c does not generate the RESTART_DET interrupt.

Reset value: 0x0

0 (INACTIVE): RESTART_DET interrupt is inactive

1 (ACTIVE): RESTART_DET interrupt is active

MASTER_ON_HOLD

Indicates whether master is holding the bus and TX FIFO is empty. Enabled only when I2C_DYNAMIC_TAR_UPDATE=1 and IC_EMPTYFIFO_HOLD_MASTER_EN=1.

Reset value: 0x0

0 (INACTIVE): MASTER_ON_HOLD interrupt is inactive

1 (ACTIVE): MASTER_ON_HOLD interrupt is active

Links

() ()